home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / DEV / A-B / add images.cpt / about_alert.h < prev    next >
Text File  |  1989-05-30  |  440b  |  17 lines

  1. /* *******************************
  2.  
  3. File: about_alert.h
  4. Function: Header file for this Alert
  5. History: 4/27/89 Original by Prototyper.
  6.  
  7.   This is a NOTE alert, it is used to inform the user of some general information.
  8.   This alert is not used if there is a possibility of losing any data.
  9.  
  10. ******************************* */
  11.  
  12. #define about_alert_id 7
  13. #define error_dialog_id 2
  14.  
  15. void  A_about_alert(void);
  16.  
  17. void  D_error_alert(long err_num);